home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / nefertt.pov < prev    next >
Encoding:
Text File  |  1992-12-02  |  688 b   |  34 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4. max_trace_level 5
  5.  
  6. camera {
  7.    location <0  0  -12.0>
  8.    direction <0.0 0.0  1.0>
  9.    up  <0.0  1.0  0.0>
  10.    right <1.33333 0.0 0.0>
  11.    look_at <0 0 0>
  12. }
  13.  
  14. // Light source
  15. object { light_source {  <5 10  -30> color White  }}
  16.  
  17. /* Texture declarations for object 'NEFERTT' */
  18. #declare NEFERTT_C1 = texture {
  19.     Silver_Metal
  20. }
  21.  
  22. composite {  /* All Objects */
  23.     #include "NEFERTT.inc"
  24.     rotate <-90 180 0>
  25.   translate <0 3 0>
  26.     /*
  27.         Scene extents
  28.         X - Min:  -2.6900  Max:   2.4500
  29.         Y - Min:  -0.7300  Max:   6.0300
  30.         Z - Min:  -7.4900  Max:   1.4100
  31.     */
  32. }
  33.  
  34.